home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac 1 / CD-ROM N°1.iso / Utilitaires / Programmation⁄Infos / UCB Logo 3.0 / logolib / combine < prev    next >
Encoding:
Text File  |  1994-04-25  |  111 b   |  7 lines  |  [TEXT/JV01]

  1. to combine :this :those
  2. if wordp :those [output word :this :those]
  3. output fput :this :those
  4. end
  5.  
  6. bury "combine
  7.